'Usage
Dim instance As FieldCollection(Of T) Dim value() As T instance.AddRange(value)
Parameters
- value
- An array of type T containing the objects to add to the collection.
'Usage
Dim instance As FieldCollection(Of T) Dim value() As T instance.AddRange(value)